ComputeSimpleStringHash(Byte[]) Method
Computes a simplified hash for the specified binary stream.
public static string ComputeSimpleStringHash(
byte[]
)
'Declaration
Public Overloads Shared Function ComputeSimpleStringHash( _
ByVal () As Byte _
) As String
Parameters
- stream
- The binary stream as a byte array.
Return Value
The computed simplified hash as a string.